home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / tsfltb17.zip / TSFLTB.NWS < prev    next >
Text File  |  1994-02-07  |  4KB  |  82 lines

  1. News on the TSFLTB customizable filter package in reverse order
  2. ===============================================================
  3.  
  4. University of Vaasa, Finland, SUN SPARCstation IPX garbo.uwasa.fi
  5. has a large collection of PD and shareware PC programs available by
  6. anonymous ftp and mail server. The file /pc/ts/0news-ts contains
  7. news about the TS-programs in the /pc/ts directory (in reverse
  8. order). This text, which you now have, is an extract from the
  9. 0news-ts file.
  10. ..................................................................
  11. Prof. Timo Salmi      Co-moderator of comp.archives.msdos.announce
  12. Moderating at garbo.uwasa.fi anonymous FTP  archives  128.214.87.1
  13. Faculty of Accounting & Industrial Management; University of Vaasa
  14. Internet: ts@uwasa.fi   BBS +(358)-61-3170972; FIN-65101,  Finland
  15. ..................................................................
  16.  
  17. Mon 7-Feb-94: I recently released updates of my filters, but
  18. unfortunately several bugs were still found in the switches both by
  19. helpful users and myself. Hence I have updated the tsfltb collection
  20. again. It is now tsfltb17.zip. The following corrections and
  21. improvements have been made to FILBIN.EXE and FILTXT.EXE.
  22. - Corrected the /f force overwrites of existing files. It worked
  23.   only for files with the same name as the original.
  24. - Corrected the /k keep date option. It took its cues from the
  25.   translation table, not from the original file.
  26. - Added file date to the output message, which gives the directory
  27.   entry for the original and filtered file.
  28. Honestly, there are so many possible combinations of translations
  29. and switches that I cannot guarantee that everything would now have
  30. been corrected. That would require a more extensive beta testing
  31. than I have time for.
  32.  
  33. Tue 25-Jan-94: I have updated my user definable filters for binary
  34. and text files to be garbo.uwasa.fi:/pc/ts/tsfltb16.zip by adding a
  35. /f switch (force overwrite if source = destination) to the following
  36. individual programs. My thanks to Antti Virjo avirjo@tays.fi for the
  37. suggestion.
  38.   FILBIN.EXE  "General filter for binary files"
  39.   FILTXT.EXE  "General filter for text files"
  40. Also added
  41.   FILE_ID.DIZ "Brief characterization of tsfltb"
  42.  
  43. Thu 30-Jan-92: I have updated to garbo.uwasa.fi:/pc/ts/tsfltb15.zip.
  44. It is a collection of filters that you can customize yourself. The
  45. filter FILTXT.EXE for text files and FILBIN.EXE for binary files now
  46. have the following enhancements:
  47. - A new optional keep switch (/k) to make the date/time stamp of the
  48.   destination file the same as that of the source text file.
  49. - To allow the source text file and the destination file be the
  50.   same. In other words the programs can now make the conversion
  51.   without forcing you to produce new files with names different from
  52.   the original.
  53. - The programs first test whether the source file is a proper text
  54.   file with MsDos #13#10 eolns, no special characters (#0..#6, #8,
  55.   #11, #14..#25, #28..#31), and no lines exceeding 254 characters in
  56.   length. If not the conversion will not be attempted. This
  57.   naturally goes for FILTXT.EXE only.
  58.  
  59. Wed 7-Aug-91: I have two user configurable filters FILTXT.EXE for
  60. text files, and FILBIN.EXE for binary files. Both take their cues
  61. from a .xlt translation file, which you can edit suit your task. The
  62. format of the .xlt file is eg
  63.       10
  64.       13 10
  65. for converting Unix end-of-lines to MsDos eols with FILBIN.EXE.
  66.    Both these programs have their limitations, however. FILTXT can
  67. only handle text files. Neither the original nor the filtered rows
  68. may exceed 255 characters. Furthermore, it can't read a file past an
  69. ascii 26 (eof) character.
  70.    FILBIN.EXE is limited by the fact that the from-translation may
  71. only contain one character. FILBIN.EXE cannot handle eg
  72.       13 10
  73.       10
  74. A few users have approached me about this asking for a remedy, for
  75. example, to be able to convert word-processor files.
  76.    I have now programmed a more versatile filter FILGEN.EXE, which
  77. lifts this limitation. It is included in an updated filter package
  78. /pc/ts/tsfltb14.arc. The usage of this new filter is Unix like:
  79. FILGEN [TranslationTableFile] [/s] < InputFile > OutputFile The
  80. translation table defaults to filgen.xlt and the program looks for
  81. this file from the current directory, and then through the path.
  82.